Accusoft.OCRXpress.Java
Set Page Orientation

You have the option to set the parameters for PageOrientation.

In the code snippet example below, the page orientation is set to UPRIGHT:

Copy Code
RecognitionParameters parameters = new RecognitionParameters();
parameters.setPageOrientation(PageOrientation.UPRIGHT);

There are 3 options to set the PageOrientation enumeration:



 

 

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback